home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbmci / frmabout.frm < prev    next >
Text File  |  1995-09-06  |  2KB  |  74 lines

  1. VERSION 2.00
  2. Begin Form frmAbout 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "About"
  5.    ClientHeight    =   1665
  6.    ClientLeft      =   3375
  7.    ClientTop       =   5010
  8.    ClientWidth     =   5625
  9.    Height          =   2070
  10.    Left            =   3315
  11.    LinkTopic       =   "Form3"
  12.    ScaleHeight     =   1665
  13.    ScaleWidth      =   5625
  14.    Top             =   4665
  15.    Width           =   5745
  16.    Begin PictureBox Picture2 
  17.       AutoSize        =   -1  'True
  18.       Height          =   360
  19.       Left            =   5040
  20.       Picture         =   FRMABOUT.FRX:0000
  21.       ScaleHeight     =   330
  22.       ScaleWidth      =   360
  23.       TabIndex        =   2
  24.       Top             =   240
  25.       Width           =   390
  26.    End
  27.    Begin PictureBox Picture1 
  28.       AutoSize        =   -1  'True
  29.       Height          =   360
  30.       Left            =   240
  31.       Picture         =   FRMABOUT.FRX:0182
  32.       ScaleHeight     =   330
  33.       ScaleWidth      =   360
  34.       TabIndex        =   3
  35.       Top             =   240
  36.       Width           =   390
  37.    End
  38.    Begin Label Label4 
  39.       Caption         =   "Uses mciSendString() commands and the MCI.VBX custom control."
  40.       Height          =   495
  41.       Left            =   960
  42.       TabIndex        =   5
  43.       Top             =   1080
  44.       Width           =   3615
  45.    End
  46.    Begin Label Label3 
  47.       Alignment       =   2  'Center
  48.       Caption         =   "Play Multimedia Files Sample"
  49.       Height          =   255
  50.       Left            =   1080
  51.       TabIndex        =   4
  52.       Top             =   360
  53.       Width           =   3375
  54.    End
  55.    Begin Label Label2 
  56.       Alignment       =   2  'Center
  57.       Caption         =   "Copyright Microsoft 1994"
  58.       Height          =   255
  59.       Left            =   1560
  60.       TabIndex        =   1
  61.       Top             =   600
  62.       Width           =   2535
  63.    End
  64.    Begin Label Label1 
  65.       Alignment       =   2  'Center
  66.       Caption         =   "Visual Basic 3.0"
  67.       Height          =   255
  68.       Left            =   1200
  69.       TabIndex        =   0
  70.       Top             =   120
  71.       Width           =   3135
  72.    End
  73. End
  74.